home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / amigaedocs.lha / ModulesText / graphics / monitor.txt < prev    next >
Text File  |  1992-09-02  |  1KB  |  58 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:graphics/monitor.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT analogsignalinterval
  6. (  0)   start:INT
  7. (  2)   stop:INT
  8. (---) ENDOBJECT     /* SIZEOF=4 */
  9.  
  10. (---) OBJECT specialmonitor
  11. (  0)   xln:substructure
  12. ( 24)   flags:INT
  13. ( 26)   do_monitor:LONG
  14. ( 30)   reserved1:LONG
  15. ( 34)   reserved2:LONG
  16. ( 38)   reserved3:LONG
  17. ( 42)   hblank:substructure
  18. ( 46)   vblank:substructure
  19. ( 50)   hsync:substructure
  20. ( 54)   vsync:substructure
  21. (---) ENDOBJECT     /* SIZEOF=58 */
  22.  
  23. (---) OBJECT monitorspec
  24. (  0)   xln:substructure
  25. ( 24)   flags:INT
  26. ( 26)   ratioh:LONG
  27. ( 30)   ratiov:LONG
  28. ( 34)   total_rows:INT
  29. ( 36)   total_colorclocks:INT
  30. ( 38)   denisemaxdisplaycolumn:INT
  31. ( 40)   beamcon0:INT
  32. ( 42)   min_row:INT
  33. ( 44)   special:LONG
  34. ( 48)   opencount:INT
  35. ( 50)   transform:LONG
  36. ( 54)   translate:LONG
  37. ( 58)   scale:LONG
  38. ( 62)   xoffset:INT
  39. ( 64)   yoffset:INT
  40. ( 66)   legalview:substructure
  41. ( 74)   maxoscan:LONG
  42. ( 78)   videoscan:LONG
  43. ( 82)   denisemindisplaycolumn:INT
  44. ( 84)   displaycompatible:INT
  45. ( 86)   displayinfodatabase:substructure
  46. (100)   didbsemaphore:substructure
  47. (146)   reserved00:LONG
  48. (150)   reserved01:LONG
  49. (---) ENDOBJECT     /* SIZEOF=154 */
  50.  
  51. CONST MSF_REQUEST_NTSC=1,
  52.       MSF_REQUEST_PAL=2,
  53.       MSF_REQUEST_SPECIAL=4,
  54.       MSF_REQUEST_A2024=8,
  55.       STANDARD_VIEW_X=$81,
  56.       STANDARD_VIEW_Y=$2C
  57.  
  58.